func google.golang.org/protobuf/internal/impl.consumeMessage
4 uses
google.golang.org/protobuf/internal/impl (current package)
codec_field.go#L165: return consumeMessage(b, m, wtyp, opts)
codec_field.go#L220: return consumeMessage(b, asMessage(mp), wtyp, opts)
codec_field.go#L275: func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts unmarshalOptions) (out unmarshalOutput, err error) {
codec_field.go#L307: out, err := consumeMessage(b, m, wtyp, opts)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)